;;; compiled by @win386 on Sat Mar 13 14:33:43 1993
;;; from file c:/src/lucid-19.4/lisp/modes/texnfo-u.el
;;; emacs version 19.3 Lucid.
;;; bytecomp version 2.08; 27-aug-92.
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs18.
(if (and (boundp 'emacs-version)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "19")))
(error "This file was compiled for Emacs19."))
(provide 'texnfo-upd)
(fset 'texinfo-make-menu #[(&optional region-p) "¼î┴ ├\n!ê─┼!)ç─╞!ê╟ ╚ ╟ bê┴ U½ä╩╦!êèî~ê╠\n\"½ë┴ ├\n!ê¬p`W½Ü═\n\"½ô┴ ╠\n\"½i┴ ├\n!ê¬p-─╬!ç" [region-p texinfo-hierarchic-level level texinfo-make-one-menu message "Done...updated the menu. You may save the buffer." "Making or updating menus... " region-beginning region-end beginning error "Please mark a region!" texinfo-find-lower-level-node texinfo-find-higher-level-node "Done...updated menus. You may save the buffer."] 3 "\
Without any prefix argument, make or update a menu.
Make the menu for the section enclosing the node found following point.
Non-nil argument (prefix, if interactive) means make or update menus
for nodes within or part of the marked region.
Whenever a menu exists, and is being updated, the descriptions that
are associated with node names in the pre-existing menu are
incorporated into the new menu. Otherwise, the nodes' section titles
Make a menu of all the appropriate nodes in this section.
`Appropriate nodes' are those associated with sections that are
at the level specified by LEVEL. Point is left at the end of menu."])
(fset 'texinfo-all-menus-update #[(&optional update-all-nodes-p) "è└ ê┴┬!êè├┼╞#½ä╟╚!ê) ½Å┴╩!ê╦╠!ê└ ê═╞!ê┴╬!ê╦╠!ê╧╞!ê┴╨!)ç" [mark-whole-buffer message "Checking for a master menu... " re-search-forward texinfo-master-menu-header nil t error "Please remove existing master menu, lest it be partly duplicated!" update-all-nodes-p "First updating all nodes... " sleep-for 2 texinfo-update-node "Updating all menus... " texinfo-make-menu "Done...updated all the menus. You may save the buffer."] 4 "\
Update every regular menu in a Texinfo file.
You must remove the detailed part of a pre-existing master menu before
running this command, lest it be partly duplicated.
If called with a non-nil argument, this function first updates all the
nodes in the buffer before updating the menus." "P"])